home *** CD-ROM | disk | FTP | other *** search
/ World of Fantasy / World of Fantasy (Art&Play)(1995).iso / labyrint / lab.doc < prev    next >
Text File  |  1994-12-05  |  4KB  |  89 lines

  1.                         Welcome to Labrynth V1.0
  2.  
  3. ============================================================================
  4. This Document file explains what to do in the game and also
  5. explains how to get the Sound Blaster effects going if you
  6. have problems doing so...
  7. ============================================================================
  8.         
  9. Lorcan, ruler of the Labrynth, is waiting for you.
  10. The King is sending the mightiest of the mightiest to try and defeat him...
  11. It is now your turn.
  12. Walk around the Labrynth and find useful treasures that you can put to use.
  13. Gain levels and defeat the hidded bosses in the mazes to get the keys for
  14. each maze.
  15. It may sound easy, but wait and see.
  16. Save your Medicines and Heals because you will need them.
  17.  
  18. Basic controls:
  19.         In the game the space bar does just about everything:
  20.  
  21.                 Arrow keys move you around
  22.                 Space Bar is for menu actions
  23.  
  24.         It's easy to figure out once you're in the game.
  25.  
  26. ============================================================================
  27. 100% Sound Blaster card owners listen up!!!!!
  28.  
  29. And I repeat... due to the limitations of the programming language I
  30. used to make this blasted game, there has to be a driver running in
  31. the background to get the Sound Blaster going.
  32.  
  33. Here are the steps to get it going:
  34.  
  35.         1. Go out into your Labrynth directory and type SBSIM.
  36.                 
  37.               A.If you get the messages : "CTVDSK.DRV Version 2.12 loaded OK"
  38.                 and "CT-VOICE.DRV Version 2.12 loaded OK" Then you're in luck!
  39.                 It installed correctly!!! Go play the game!!!
  40.  
  41.               B.If you get the message: "BLASTER environment string not set"
  42.                 Then we're going to have to go through some initialization
  43.                 strings to get it started.
  44.  
  45.                 1. First of all find out what the address of your  
  46.                    sound blaster card is. It's usually 220 or 240.
  47.                 2. Next find out the IRQ of your card. It's usually 7.
  48.                    But it could also be 2,5,or 10.
  49.                 3. Find out the DMA channel. It's usually 1. but it could
  50.                    be 0 or 2.
  51.                 4. Now we need to type out an initialization string:
  52.                         For instance, on my computer it would be:
  53.  
  54.                         SET BLASTER=A220 I5 D1 T4
  55.                                       |  |   |  |
  56.                                       |  |   |  I don't know what this is..
  57.                                       |  |   This is the DMA channel
  58.                                       |  This is the IRQ (interrupt)
  59.                                 This is the address
  60.                    
  61.                 5. Just enter in your own values. Leave the "T4" like it is.
  62.                    I don't know what it means. But just leave it.
  63.                    So, here is an initialization string if you had
  64.                    a card with an address of 240, an IRQ of 10 and
  65.                    a DMA of 2:
  66.  
  67.                         SET BLASTER=A240 I10 D2 T4
  68.  
  69.                    Got it? I hope so!!
  70.              C. Now if after all this, you get the message "Sound CARD not
  71.                 present." then guess what, you don't have a sound card!!
  72.                 Either that or you specified the address wrong. Try it again.
  73.  
  74.              D. If you get the message "Interrupt test failed.."
  75.                 or the message "DMA test failed"
  76.                 then you probably specified the init. string wrong.
  77.                 Try it again.
  78.              
  79. Hopefully you can get the Card working. Have fun with the game nonetheless!!!
  80. ==============================================================================
  81.  
  82. Comments or suggestions:
  83. Nathan Cope 
  84. 94 Riverdale Pk.
  85. Gloucester MA 01930
  86.  
  87. ==============================================================================
  88.                         End of File.............
  89.